Jumping Chess

Invented by: Peter Aronson, 2000

All pieces capture by overtake
The board has special perimeter squares

Game hierarchy

• Game
    • Generic Chess
        • Generic x10
            • Generic 10x10
                • Jumping Chess

Board

FEN: 10/1rnbqkbnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNBQKBNR1/10 w IBib - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
King*KingKGeneric Chessextinction loses; can castle
Pawn*PawnPGeneric Chesscan promote; en passant; pawn structure evaluation
QueenQueenQJumping Chess 
RookRookRJumping Chesscastling partner; open file bonus
BishopBishopBJumping Chesscolorbinding evaluation; outpost bonus
Jumping Chess KnightKnightNJumping Chessoutpost bonus
* indicates the internal type has been modified

Game Variables

Name = "Jumping Chess"
Invented = "2000"
InventedBy = "Peter Aronson"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "10/1rnbqkbnr1/1pppppppp1/10/10/10/10/1PPPPPPPP1/1RNBQKBNR1/10"
DeduplicateMoves = false
StaticExchangeEvaluation = false

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Custom
PromotionTypes = "QRBN"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King

Declared in Generic x10:

PawnMultipleMove = Grand

Declared in Generic 10x10:

Castling = 2R Close-Rook

Rules

MoveCompletionDefaultRule
ExtinctionRule
Move50Rule
CastlingRule
JumpingChessBorderRule
BasicPromotionRule
JumpingEnPassantRule
RepetitionDrawRule

Evaluations

PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG